internal/runtime/maps.Map.putSlotSmallFastPtr (method)

3 uses

	internal/runtime/maps (current package)
		runtime_fast32_swiss.go#L355: 			elem := m.putSlotSmallFastPtr(typ, hash, key)
		runtime_fast64_swiss.go#L324: func (m *Map) putSlotSmallFastPtr(typ *abi.SwissMapType, hash uintptr, key unsafe.Pointer) unsafe.Pointer {
		runtime_fast64_swiss.go#L393: 			elem := m.putSlotSmallFastPtr(typ, hash, key)